home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
Source
/
Macintosh Tracker Source
/
Tracker Client Folder
/
CDividerLine.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-16
|
378 b
|
22 lines
|
[
TEXT/KAHL
]
/* CDividerLine.c */
#include "CDividerLine.h"
#include "LocationConstants.h"
#include "CWindow.h"
void CDividerLine::IDividerLine(CWindow* TheWindow)
{
LongPoint Start,Extent;
GetRect(DividerLineID,&Start,&Extent);
IViewRect(Start,Extent,TheWindow,TheWindow);
}
void CDividerLine::DoUpdate(void)
{
SetUpPort();
Window->LPaintRect(ZeroPoint,Extent);
}